projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7977f8
)
Ignore killing_cargo_releases_the_lock on windows
author
Nipunn Koorapati
<nipunn1313@gmail.com>
Wed, 16 Nov 2016 06:48:21 +0000
(22:48 -0800)
committer
Nipunn Koorapati
<nipunn1313@gmail.com>
Wed, 16 Nov 2016 06:48:21 +0000
(22:48 -0800)
tests/concurrent.rs
patch
|
blob
|
history
diff --git
a/tests/concurrent.rs
b/tests/concurrent.rs
index bd3963d09aa99ff238e06b073f419d40fdedd26f..ba2300afa256e91f4e70237d359a818498dfb167 100644
(file)
--- a/
tests/concurrent.rs
+++ b/
tests/concurrent.rs
@@
-345,7
+345,7
@@
fn same_project() {
// next Cargo to come in will take over cleanly.
// older win versions don't support job objects, so skip test there
#[test]
-#[cfg_attr(target_env = "
msvc
", ignore)]
+#[cfg_attr(target_env = "
windows
", ignore)]
fn killing_cargo_releases_the_lock() {
let p = project("foo")
.file("Cargo.toml", r#"